home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gPuzzleObjects, gMoverSprite
-
- on prepareMovie
- setUserArea(gMasterData, #puzzler)
- set gPuzzleObjects to [#puzzle1: #empty, #puzzle2: #empty, #puzzle3: #empty]
- activate(gMasterData)
- setFingerCursor(#on, [40, 41, 42, 43, 44])
- set gMoverSprite to 48
- set the keyDownScript to "quitCatcher"
- cursor(0)
- end
-
- on stopMovie
- set gPuzzleObjects to 0
- end
-
- on initFields
- set vEmptyList to []
- repeat with x in vEmptyList
- set the text of member x to " "
- set the textFont of member x to "Palatino"
- set the textSize of member x to 14
- set the text of member x to EMPTY
- end repeat
- end
-